github.com/refraction-networking/utls.PubClientHelloMsg.SessionId (field)
8 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L577: inner.sessionId = uconn.HandshakeState.Hello.SessionId
u_conn.go#L600: headerLength := 2 + 32 + 1 + len(hello.SessionId) +
u_conn.go#L643: binary.Write(bufferedWriter, binary.BigEndian, uint8(len(hello.SessionId)))
u_conn.go#L644: binary.Write(bufferedWriter, binary.BigEndian, hello.SessionId)
u_parrots.go#L2839: uconn.HandshakeState.Hello.SessionId = sessionID[:]
u_public.go#L359: SessionId []byte
u_public.go#L399: sessionId: chm.SessionId,
u_public.go#L449: SessionId: chm.sessionId,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |